home *** CD-ROM | disk | FTP | other *** search
/ Inventor Labs: Technology / INVENTORLABS_TECHNOLOGY.BIN / pc / files / watt.dir / 00002_Script_Watt General Handlers < prev    next >
Text File  |  1997-07-24  |  253b  |  16 lines

  1. --h
  2. --General
  3.  
  4.  
  5.  
  6. global gActiveAmbSnd
  7.  
  8.  
  9. on startmovie
  10.   
  11.   set gInventorIndexNum = 3
  12.   set gActiveAmbSnd =  getat(["EAMBIENT.AIF","BAMBIENT.AIF","WAMBIENT.AIF","GALLERY.AIF"],gInventorIndexNum)
  13.   puppetsound gActiveAmbSnd
  14.  
  15. end startmovie
  16.